翻訳と辞書
Words near each other
・ Unilineality
・ Unilink
・ Uniloc
・ Uniloc USA, Inc. v. Microsoft Corp.
・ Unilog Content Solutions
・ Uniform tiling symmetry mutations
・ Uniform tilings in hyperbolic plane
・ Uniform Time Act
・ Uniform title
・ Uniform topology
・ Uniform Trade Secrets Act
・ Uniform Transfers to Minors Act
・ Uniform tree
・ Uniform treehunter
・ Uniform Trust Code
Uniform Type Identifier
・ Uniform Vehicle Code
・ Uniform woodcreeper
・ UNIFORM-1
・ Uniformat
・ Uniformed and Overseas Citizens Absentee Voting Act
・ Uniformed Fire Officers Association
・ Uniformed Firefighters Association
・ Uniformed services
・ Uniformed Services Benefit Association
・ Uniformed Services Employment and Reemployment Rights Act
・ Uniformed Services Former Spouses' Protection Act
・ Uniformed services of the United States
・ Uniformed Services University of the Health Sciences
・ Uniformitarianism


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Uniform Type Identifier : ウィキペディア英語版
Uniform Type Identifier

A Uniform Type Identifier (UTI) is a text string used on software provided by Apple Inc. to uniquely identify a given class or type of item. Apple provides built-in UTIs to identify common system objects – document or image file types, folders and application bundles, streaming data, clipping data, movie data – and allows third party developers to add their own UTIs for application-specific or proprietary uses. Support for UTIs was added in the Mac OS X 10.4 operating system, integrated into the Spotlight desktop search technology, which uses UTIs to categorize documents. One of the primary design goals of UTIs was to eliminate the ambiguities and problems associated with inferring a file's content from its MIME type, filename extension, or type or creator code.
UTIs use a reverse-DNS naming structure. Names may include the ASCII characters A-Z, a-z, 0-9, hyphen ("-"), and period ("."), and all Unicode characters above U+007F.〔 Colons and slashes are prohibited for compatibility with Macintosh and POSIX file path conventions. UTIs support multiple inheritance, allowing files to be identified with any number of relevant types, as appropriate to the contained data.
==Background==
One of the difficulties in maintaining a user-accessible operating system is establishing connections between data types and the applications or processes that can effectively use such data. For example, a file that contains picture data in a particular compression format can only be opened and processed in applications that are capable of handling picture data, and those applications must be able to identify which compression type was used in order to extract and work with that data. In early computer systems – particularly DOS, its variants, and some versions of Windows – file associations are maintained by file extensions. The three to four character code following a file name instructs the system to open the file in particular applications.
Beginning with System 1, Macintosh operating systems have attached type codes and creator codes as part of the file metadata. These four-character codes were designed to specify both the application that created the file (the creator code) and the specific type of the file (the type code) so that other applications could easily open and process the file data. However, while type and creator codes extended the flexibility of the system — a particular type of file was not restricted to opening in a particular application — they suffered many of the same problems as file extensions. Type and creator codes could be lost when files were transferred across non-Macintosh systems (such as Unix-based servers), and the plethora of type codes made identification problematic.
In addition, the classic Mac OS did not recognize file extensions at all, leading to unrecognized file errors when files were transferred from DOS/Windows systems. OPENSTEP, which formed the basis of Mac OS X, used extensions, and early versions of Mac OS X followed suit. This led to some controversy with users and developers coming to OS X from NeXT or Windows origins advocating for continued use of file extensions, and those coming from Classic Mac OS urging Apple to replace or supplement file extensions with type and creators.〔http://www.cocoabuilder.com/archive/cocoa/38552-mac-os-10-1-file-name-extension-guidelines.html〕
Other file identification types exist: for example, MIME types are used for identifying data that is transferred over the web. However, Apple's UTI system was designed to create a flexible file association system that would describe data hierarchically and allow for better categorization and searching, standardize data descriptions across contexts, and provide a uniform method of expanding data types. For instance, the ''public.jpeg'' and ''public.png'' UTIs inherit from the ''public.image'' UTI, allowing users to search narrowly for JPEG images or PNG images or broadly for any kind of image merely by changing the specificity of the UTI used in the search. Further, application developers who design new data types can easily extend the UTIs available. For example, a new image format developed by a company may have a UTI of ''com.company.proprietary-image'' and be specified to inherit from the ''public.image'' type.
Apple's Mac OS X continues to support other forms of file association, and contains utilities for translating between them, but will use UTIs by preference where available.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Uniform Type Identifier」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.